projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c319e7
)
(vi-goto-line): Don't warn about non-interactive goto-line.
author
Glenn Morris
<rgm@gnu.org>
Sat, 22 Aug 2009 19:42:58 +0000
(19:42 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 22 Aug 2009 19:42:58 +0000
(19:42 +0000)
lisp/emulation/vi.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/vi.el
b/lisp/emulation/vi.el
index e9c7f6e8bbd921423c1c8c6a83cd255075ca1829..64f610f4a13504c8cce9ba5a0883ccf76db85926 100644
(file)
--- a/
lisp/emulation/vi.el
+++ b/
lisp/emulation/vi.el
@@
-639,7
+639,7
@@
insert state."
(if (null (vi-raw-numeric-prefix arg))
(with-no-warnings
(end-of-buffer))
- (
goto-line (vi-prefix-numeric-value arg
))))
+ (
with-no-warnings (goto-line (vi-prefix-numeric-value arg)
))))
(defun vi-beginning-of-buffer ()
"Move point to the beginning of current buffer."